﻿CHARACTERS = {
	c:CHP = {
		create_character = {
			# Huy
			#role = politician # Remove this line
			first_name = "Huy"
			last_name = "Chao"
			ruler = yes
			age = 56
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			traits = {
				wrathful
			}
		}

		create_character = {
			# Nark
			#role = politician # Remove this line
			first_name = "Nark"
			last_name = "Chao"
			heir = yes
			age = 53 # unknown age, but he was the brother of Huy
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}
	}
}
